home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / crobots.zip / CR-READ.ME < prev    next >
Text File  |  1985-12-13  |  2KB  |  53 lines

  1.     
  2.     CROBOTS (C) Copyright 1985 by Tom Poindexter, All rights reserved.
  3.  
  4.         CROBOTS ("see-robots") is a game based on computer programming.
  5.         Unlike arcade type games which require human inputs controlling
  6.         some object, all strategy in CROBOTS must be complete before the
  7.         actual game begins.  Game strategy is condensed into a C language
  8.         program that you design and write.  Your program controls a robot
  9.         whose mission is to seek out, track, and destroy other robots,
  10.         each running different programs.  Each robot is equally equipped,
  11.         and up to four robots may compete at once.  CROBOTS is best
  12.         played among several people, each refining their own robot
  13.         program, then matching program against program.
  14.  
  15.         CROBOTS consists of a C compiler, a virtual computer, and
  16.         battlefield display (text graphics only, monochrome or color).
  17.         The CROBOTS compiler accecpts a limited (but useful) subset of
  18.         the C language.  The C robot programs are aided by hardware
  19.         functions to scan for opponents, start and stop drive mechanisms,
  20.         fire cannons, etc.  After the programs are compiled and loaded
  21.         into separate robots, the battle is observed.  Robots moving,
  22.         missiles flying and exploding, and certain status information are
  23.         displayed on the screen, in real-time.
  24.  
  25.     CROBOTS is distributed as Shareware.  For your support, you
  26.     can receive the source code to the program.  See the documentation 
  27.     for full details.
  28.  
  29.     The following files should be present, on the disk, or in the
  30.     library or archive.
  31.  
  32.     CROBOTS.EXE         the program
  33.     CROBOTS.DOC         the documentation
  34.     CR-READ.ME          this file
  35.     CR-PRINT.BAT        prints documentation on printer
  36.     CR-DEMO.BAT         a demonstration bat file
  37.     RABBIT.R            sample CROBOTS program
  38.     COUNTER.R           sample CROBOTS program
  39.     ROOK.R              sample CROBOTS program
  40.     SNIPER.R            sample CROBOTS program
  41.  
  42.     If any of these files are missing, you can get a copy of the
  43.     full package by sending a formatted diskette and a self-addressed,
  44.     stamped envelope to:
  45.         
  46.         Tom Poindexter
  47.         2903 Winchester Drive
  48.         Bloomington, Illinois 61701  USA
  49.  
  50.     (end of cr-read.me )
  51.  
  52.  
  53.